adTempus API
|
A collection containing the adTempus objects referenced by this CustomAction.
__property IIndependentObjects** ReferencedObjects;
IIndependentObjects** ReferencedObjects;
Property ReferencedObjects() As IIndependentObjects**
If your CustomAction stores references to any other adTempus objects in its custom object data, you must add those objects to this collection so that adTempus knows about them and can enforce referential integrity constraints.
For example, if your CustomAction uses a CredentialProfile, you must add that profile to ReferencedObjects so that adTempus will know that the CredentialProfile is in use and prevent it from being deleted.
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|